home *** CD-ROM | disk | FTP | other *** search
- (/bin/df -i | /usr/ucb/grep /dev/ | /usr/ucb/grep -v /tmp) { 'df without /tmp' }
- 1 filesystem%k 5 spaceused%d 8 inodesused%d:
- spaceused 15%;
- spaceused 0 89;
- inodesused 15%;
- inodesused 0 49.
- (/bin/df -i | /usr/ucb/grep /dev/ | /usr/ucb/grep /tmp) { 'df of /tmp only' }
- 1 filesystem%k 5 spaceused%d 8 inodesused%d:
- spaceused 0 89;
- inodesused 0 49.
- (/usr/ucb/uptime | /bin/awk -F: '{print $4}') { 'local load average' }
- 1 load%d:
- load 0 10.
- (/bin/ps -aux | /usr/bin/fgrep -v -f /usr/local/lib/watcher/Daemons | /usr/ucb/tail +2)
- { 'ps with no daemons' }
- 9-14 pid%k 16-19 percentcpu%d 42-45 cputime%d:
- cputime 0 10.
- (/bin/ps -aux | /usr/bin/fgrep -f /usr/local/lib/watcher/Daemons )
- { 'daemon ps' }
- 9-14 pid%k 16-19 percentcpu%d 42-45 cputime%d:
- cputime 2.
- (/usr/local/lib/watcher/dcount.csh /usr/local/lib/watcher/Daemons )
- { 'daemon count' }
- 1 daemon_name%k 2 daemon_count%d:
- daemon_count 1 1.
-